Using bookmarks

Use bookmarks provide a quick way to access objects and resources in your Kanzi Studio project. To access resources and objects in your Kanzi application in code, use the .kzb URL.

Kanzi Studio stores brushes in the Library > Bookmarks.

To access objects in your Kanzi Studio project or using the Kanzi API you can also use aliases. See Using aliases.

Creating a bookmark from any item

To create a bookmark from any item in Kanzi Studio, in the Project, Nodes, Library, or Context Resources press Alt and right-click and select Bookmark.
Kanzi Studio creates a bookmark and sets its Target property to the item you selected.

Accessing a bookmarked item

To access a bookmarked item, in the Library > Bookmarks double-click the bookmark of the item you want to access.
Kanzi Studio takes you to the bookmarked item.

Changing the target of a bookmark

To change the item to which a bookmark points, in the Library select the bookmark, and in the Properties set the Target property to the item you want the bookmark to point to.

See also

Using aliases